projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2528bfc
)
Minor whitespace fixes for flake8.
author
Corey Farwell
<coreyf@rwell.org>
Tue, 3 May 2016 00:26:41 +0000
(20:26 -0400)
committer
Corey Farwell
<coreyf@rwell.org>
Tue, 3 May 2016 00:26:41 +0000
(20:26 -0400)
src/etc/install-deps.py
patch
|
blob
|
history
diff --git
a/src/etc/install-deps.py
b/src/etc/install-deps.py
index ad0ba38c105b14532cb9dde75cc8b1d6eb499cbf..638461c22a713f5ecaad7f5b74fe2e675eac5235 100644
(file)
--- a/
src/etc/install-deps.py
+++ b/
src/etc/install-deps.py
@@
-13,7
+13,6
@@
else:
extra_bits = 'i686'
-
# Figure out our target triple
if sys.platform == 'linux' or sys.platform == 'linux2':
host = host_bits + '-unknown-linux-gnu'
@@
-68,6
+67,7
@@
def install_via_tarballs():
shutil.rmtree("rustc")
os.rename("rustc-install", "rustc")
+
def fetch_std(target):
fname = 'rust-std-nightly-' + target + '.tar.gz'
print("adding target libs for " + target)